lcPaint_ImageGetNext Home

Returns a handle to the raster image object that is placed after the specified image object.

 HANDLE lcPaint_ImageGetNext (
   HANDLE hImage
 );

Parameters
hImage
  Handle to raster image object.

Return Value

  Handle to the raster image object that is placed after hImage in the images list.
If there are no objects after hImage, the function returns NULL.

See Also

  lcPaint_ImageGetFirstlcPaint_ImageGetByID